This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to edit attachment from Lotus script ~Bill Quetfoochekakol 27.Jan.04 04:47 PM a Web browser Domino Designer All ReleasesAll Platforms
Hi Ranjan. Sorry to "complain", but this code could never be used.
By definition, a NotesEmbeddedObject of type EMBED_ATTACHMENT may not be activated via the activate method. From Designer Help on the activate method "This method raises an error if you invoke it on a NotesEmbeddedObject that is a file attachment"
Furthermore, you activate the object after removing it from the document, rather than sing ShellExecute (or similar WinAPI) to activate the extracted file.